牟骏荣博客


  • 首页

  • 安卓学习

  • Linux学习

  • 前端

  • 服务端

  • Python

nginx 生成一个新的https签名

Posted on 2018-09-14 | In Linux

https签名

生成https

1
2
certbot certonly --webroot -w /var/www/example/ -d  //单个生成 
certbot certonly --webroot -w /var/www/example/ -d www.example.com -d example.com -w /var/www/other -d other.example.net -d another.other.example.net //一次生成多个

https 续期

1
certbot renew  //更新全部证书

删除http证书

1
certbot delete --cert-name example.com  //删除一个https证书
# linux # nginx
LayUi学习笔记
nodejs express制作后台引入富文本编辑器
  • Table of Contents
  • Overview

牟骏荣

52 posts
11 categories
57 tags
loading css3 动态特效 android View angular drawable dom Scroll 鼠标拖动 express nodejs git 前端 ubuntu linux ionic relativelayout 相对布局 VSCode webview RecyclerView javascript nginx ueditor nodeJs shell chrome gitee VUE linearlayout 瀑布流 实例 php GPS 工具类 mongodb 百度地图 demo echart 图标 资源 Promise python 爬虫 webstorm js django sql 正则表达式 mongo intput 预览图片 验证码 close phone scroll
  1. 1. 生成https
  2. 2. https 续期
  3. 3. 删除http证书
© 2019 牟骏荣